←Select platform

Add<T>(string,T,CacheItemPolicy,string) Method (ObjectCache)

Summary

Adds a new item into the cache using the specified region name.

Syntax

C#
VB
Java
C++
public virtual bool Add<T>( 
   string key, 
   T value, 
   CacheItemPolicy policy, 
   string regionName 
) 
Public Overridable Function Add(Of T)( 
   ByVal key As String, 
   ByVal value As T, 
   ByVal policy As CacheItemPolicy, 
   ByVal regionName As String 
) As Boolean 
public:  
   generic<typename T> 
   virtual bool Add( 
      String^ key, 
      T value, 
      CacheItemPolicy^ policy, 
      String^ regionName 
   ) 
public<T> boolean add(String key, T value, Class<?> classOfT, CacheItemPolicy policy, String regionName)

Parameters

key

Unique identifier of the cache item.

value

Data for the cache item.

policy

Expiration policy to use

regionName

Optional name of a region in cache.

Return Value

true if the item was added successfully, false if there is an item in the cache that has the same key.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize